projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
396c377
)
Retain product ID and version.
author
robertl
<robertl>
Mon, 30 Jan 2006 14:49:10 +0000
(14:49 +0000)
committer
robertl
<robertl>
Mon, 30 Jan 2006 14:49:10 +0000
(14:49 +0000)
jeeps/garminusb.h
patch
|
blob
|
history
diff --git
a/jeeps/garminusb.h
b/jeeps/garminusb.h
index 638be5b017c0f788c6318e5558d9c370c513ec31..569c23749185ecea27f21916a0faf6d5a2ed9088 100644
(file)
--- a/
jeeps/garminusb.h
+++ b/
jeeps/garminusb.h
@@
-46,8
+46,10
@@
union {
* OS implementation.
*/
#define GUSB_MAX_UNITS 20
-struct {
+struct
garmin_unit_info
{
unsigned long serial_number;
+ unsigned long unit_id;
+ unsigned long unit_version;
char *os_identifier; /* In case the OS has another name for it. */
char *product_identifier; /* From the hardware itself. */
} garmin_unit_info[GUSB_MAX_UNITS];